JSVar

Undocumented in source.

Constructors

this
this(napi_env env, napi_value nVal)
Undocumented in source.
this
this(napi_env env, T val)
Undocumented in source.

Members

Aliases

CtxRefT
alias CtxRefT = Algebraic!(NapiRefWithId, NapiValWithId)
Undocumented in source.

Functions

constructor
auto constructor(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
context
auto context()
Undocumented in source. Be warned that the author may not have intended to support it.
isUndefined
bool isUndefined()
Undocumented in source. Be warned that the author may not have intended to support it.
jsLog
auto jsLog()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
auto opCall(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
auto opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(S propName)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
auto opIndexAssign(T toAssign, S propName)
Undocumented in source. Be warned that the author may not have intended to support it.
toNapiValue
auto toNapiValue(napi_env env)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

opDispatch
template opDispatch(string s)
Undocumented in source.

Variables

ctxRef
CtxRefT ctxRef;
Undocumented in source.
env
napi_env env;
Undocumented in source.

Meta